home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / nekodemo / pcbk / 09turiag / 00014.ls < prev    next >
Encoding:
Text File  |  1995-06-01  |  374 b   |  23 lines

  1. on enterFrame
  2.   preLoad()
  3. end
  4.  
  5. on exitFrame
  6.   global gprev, gnext, grtrv
  7.   repeat while soundBusy(2)
  8.   end repeat
  9.   sound playFile 2, "09.mon"
  10.   waitticks(360)
  11.   disablebuttons()
  12.   if grtrv = 1 then
  13.     puppetTransition(13, 2)
  14.     set grtrv to 0
  15.   else
  16.     if gprev = 1 then
  17.       puppetTransition(12, 2, 2)
  18.     else
  19.       puppetTransition(11, 2, 2)
  20.     end if
  21.   end if
  22. end
  23.